home *** CD-ROM | disk | FTP | other *** search
- on new me
- set the visible of sprite the currentSpriteNum to 1
- set the visible of sprite (the currentSpriteNum + 1) to 0
- set the visible of sprite (the currentSpriteNum + 2) to 0
- set the visible of sprite (the currentSpriteNum + 3) to 0
- end
-
- on mouseEnter me
- set the visible of sprite (the currentSpriteNum + 1) to 1
- set the visible of sprite (the currentSpriteNum + 2) to 1
- end
-
- on mouseLeave me
- set the visible of sprite (the currentSpriteNum + 1) to 0
- set the visible of sprite (the currentSpriteNum + 2) to 0
- set the visible of sprite (the currentSpriteNum + 3) to 0
- end
-
- on mouseDown
- set the visible of sprite (the currentSpriteNum + 3) to 1
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite (the currentSpriteNum + 3) to 0
- end
-